home *** CD-ROM | disk | FTP | other *** search
- -- background: 4177 from stack: in
- -- bmap block id: 4749
- -- flags: 0000
- -- background id: 0
- -- name: Experiment 5
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=428 top=119 right=150 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Parameter
-
-
- -- part 16 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=428 top=160 right=289 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Blurb
- ----- HyperTalk script -----
- on mouseUp
- global cardClear5
-
- if cardClear5 is true then runExperiment
- else
- clearCardGraphics
- set the loc of button "puck" to 207,316
- put "Press this field to begin tracing the path of the puck." into me
- put true into cardClear5
- pass mouseUp
- end if
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=428 top=293 right=328 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- show card field "help"
- wait until the mouse is down
- hide card field "help"
- end mouseUp
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=428 top=38 right=69 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Main Menu
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=16 top=319 right=340 bottom=76
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- global ReturnCard
- go ReturnCard
- end mouseUp
-
-